docs: don't use property syntax for style properties
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 21:23:46 +0000 (16:23 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:39 +0000 (18:57 -0500)
gtk/gtkwidget.c

index 77b59798315e22fac7415e779b71989cc7b092da..ad09c865046bbdef4b1c9a67cc46015c776b4c34 100644 (file)
@@ -3549,7 +3549,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    * GtkWidget:separator-width:
    *
    * The "separator-width" style property defines the width of separators.
-   * This property only takes effect if #GtkWidget:wide-separators is %TRUE.
+   * This property only takes effect if the "wide-separators" style property is %TRUE.
    *
    * Since: 2.10
    */
@@ -3564,7 +3564,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    * GtkWidget:separator-height:
    *
    * The "separator-height" style property defines the height of separators.
-   * This property only takes effect if #GtkWidget:wide-separators is %TRUE.
+   * This property only takes effect if the "wide-separators" style property is %TRUE.
    *
    * Since: 2.10
    */